Fix disabled operation metadata#3093
Conversation
soyuka
commented
Sep 26, 2019
| Q | A |
|---|---|
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed tickets | #3079 |
| License | MIT |
| Doc PR | api-platform/docs#886 |
| "doctrine/common": "<2.7", | ||
| "doctrine/mongodb-odm": "<2.0" | ||
| "doctrine/mongodb-odm": "<2.0", | ||
| "doctrine/mongodb-odm-bundle": "4.0.0-RC2" |
There was a problem hiding this comment.
We shouldn't do this...
There was a problem hiding this comment.
And it only conflicts with a specific version so when RC3 is out it'll break again. 😆
There was a problem hiding this comment.
RC3 should resolve the issue so I don't think it will break.
There was a problem hiding this comment.
Oh, okay. If it's a bug in the bundle, then I'm kind of fine with this. We can remove this conflict when RC3 is released.
There was a problem hiding this comment.
Anyway, this commit doesn't belong here. 😆
There was a problem hiding this comment.
it's a cherry pick to make things green :)
There was a problem hiding this comment.
Yes, this fix is necessary, but see #3079 (comment)... I don't see how this could be done safely.